tools/configure: fix --with-system-{ovmf/seabios}
authorRoger Pau Monne <roger.pau@citrix.com>
Tue, 27 Sep 2016 08:13:17 +0000 (10:13 +0200)
committerWei Liu <wei.liu2@citrix.com>
Tue, 27 Sep 2016 09:37:05 +0000 (10:37 +0100)
commitecee7bfc18c69892e2a3b213448e592eceeccb7a
tree6ba4c4d156e04de52cab820528b019603bd0fb59
parent6a304607b9540a115de58eb54345a085a1ec3cf3
tools/configure: fix --with-system-{ovmf/seabios}

Currently configure code doesn't define {SEABIOS/OVMF}_PATH when
--with-system-{ovmf/seabios} is used. Fix this by making sure those
defines are always set if the internal {ovmf/seabios}_path variables are
also set.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Suggested-by: Wei Liu <wei.liu2@citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
[ wei: run autogen.sh ]
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/configure
tools/configure.ac